CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 单片机 波特率

搜索资源列表

  1. can

    0下载:
  2. pic18 系列单片机,CAN配置模板。 //设置对CAN进行配置 /* ***********波特率设置 ************************** */ //设置CAN波特率1Mbps,在Fosc=32MHz时,Tbit=0.125us,假设BRP=01H //则Tq=[2*(1+BRP)]/Fosc=2*(1+1)/(32MHz)=0.125us //normal bit rate=8Tq,SJW=00,Sync_Seg=1Tq,Prog_Se
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:1568
    • 提供者:Troy
  1. yfy

    0下载:
  2. 单片机串口通信时波特率自适应程序,在avr单片机上测试效果不错。-Microcontroller serial communication baud rate, when adaptive procedure, avr microcontroller to test its effectiveness.
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:2435
    • 提供者:尹盼
  1. DHT11_081206

    0下载:
  2. *** *** *** *** *** **** DHT21使用范例 单片机 : AT89S52或 STC89C52RC 功能 ; 串口发送温湿度数据 波特率 9600 硬件连接: P2.0口为通讯口连接DHT11,DHT11的电源和地连接单片机的电源和地,单片机串口加MAX232连接电脑 公司 ; 广州奥松电子 -********************************** DHT21 usage examples SCM: AT89S52
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-29
    • 文件大小:712655
    • 提供者:涂婉萍
  1. YHY502C_SDK_cn

    0下载:
  2. 通过串口与单片机通信的IC读卡器模块,使用了定时器2作为串口的波特率发生器-Through a serial port and single-chip microcomputer communications IC card reader module
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:1776196
    • 提供者:陈泽宴
  1. danpianji_tools

    0下载:
  2. 单片机小工具合集,包括 51定时计算.exe,51单片机串行口初值计算器.exe,LED.exe,串口调试助手V2.1.exe,C51波特率计算工具.exe,LED代码查询V1.exe,等 -SCM collection of small tools, including 51 regular computing. Exe, 51 Serial port initial value calculator. Exe, LED.exe, serial debugging assistant V2
  3. 所属分类:SCM

    • 发布日期:2017-06-10
    • 文件大小:17895441
    • 提供者:DOTA
  1. UART

    0下载:
  2. 单片机开赴小软件计算波特率只需输入所需波特率技能得到设置字取值-Moved to a small single-chip baud rate calculation software Simply enter your desired baud rate setting skills word values
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:298857
    • 提供者:吴晓安
  1. chaojidanpianjigongju

    0下载:
  2. 超级单片机工具,波特率计算,定时器计算,串口调试-Super Singlechip tools, baud rate, the timer, the serial debug
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:444176
    • 提供者:123
  1. RS-232

    0下载:
  2. void UART_init() { //初始化串行口和波特率发生器 SCON =0x58 //选择串口工作方式,打开接收允许 TMOD =0x21 //定时器1工作在方式2,定时器0工作在方式1 TH1 =0xfd //实现波特率9600(系统时钟11.0592MHZ) TR1 =1 //启动定时器T1 ET1 =0 ES=1 //允许串行口中断 PS=1 //设计串行口中断优先级 EA =1 //单片机中断允许 }-void UART_init
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:2569
    • 提供者:zhongxinyu
  1. first_up

    0下载:
  2. 鹦鹉学舌:单片机与上位机PC的通信程序设计方法: ⑴串口初始化:波特率定为4800 ⑵串口接收数据:串口初始化后处于数据接收状态,当有数据到达串口时,串口将数据接收保存在寄存器中暂存 ⑶串口发送数据:等数据接收完成后,将寄存器中暂存的数据通过串口发送给该数据的来源地。 ⑷实验测试方法:在上位机上通过串口调试助手软件发送一个十六进制数据给单片机,单片机收到数据后立即把这个数据又发回给PC,并在串口调试助手显示。 -Parrot: SCM and PC-PC communicat
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:103437
    • 提供者:flysky
  1. Serial_transmit_Set

    0下载:
  2. 该文件包含有C8051单片机中实现UART波特率自检的功能,在某些数据传输场合下,很有意义!-The document contains a C8051 MCU UART baud rate to achieve self-test functionality, data transmission, in some cases, very meaningful!
  3. 所属分类:Com Port

    • 发布日期:2017-05-21
    • 文件大小:3893815
    • 提供者:lbjminkey
  1. UARTmoni

    0下载:
  2. 单片机通用模拟串口C程序,必需根据波特率来设定定时器-Single-chip Universal Serial C simulation procedures, required under the baud rate to set the timer
  3. 所属分类:Com Port

    • 发布日期:2017-04-13
    • 文件大小:2713
    • 提供者:菜丫
  1. serial

    0下载:
  2. 通用 51单片机 UART 0 初始化程序,适用于不同波特率,不同晶振-Generic 51 Single-chip UART 0 initialization procedure, applied to different baud rate, different crystal
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:1388
    • 提供者:肖勋
  1. software-uart

    0下载:
  2. 软件UART程序,用PCA做波特率发生器,使用的是C8051F000单片机-Software UART procedure, PCA to do with the baud rate generator, using a single-chip C8051F000
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:5860
    • 提供者:张雪梅
  1. comm

    0下载:
  2. PC机与单片机进行双方通信,显示通信内容并可以设置波特率-PC-to both sides and single-chip communications, display and can set the communications baud rate
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:952
    • 提供者:dust
  1. 55

    0下载:
  2. 单片机定时器t0\t1计算、串口设置、波特率误差分析-timer0\timer1 make and file open
  3. 所属分类:SCM

    • 发布日期:2017-05-02
    • 文件大小:748001
    • 提供者:zhangjun
  1. uart

    0下载:
  2. 这是一个串行通信接口的实例就是在单片机时钟频率在12MHz 波特率 9600bps 的通信方式下实现软件UART的发送程序。 -This is an example of serial communication interface is a single chip at 12MHz clock frequency in the communication baud rate of 9600bps software UART implementation of the send proces
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:806
    • 提供者:津泽
  1. ASM

    1下载:
  2. SN75176,用51系列的单片机,波特率为9600,串口方式1,发送数据-SN75176
  3. 所属分类:SCM

    • 发布日期:2017-04-27
    • 文件大小:9076
    • 提供者:郭小娟
  1. Serial

    0下载:
  2. 在单片机开发中的串口调试程序。有多种波特率可调。可连续发送。 -Development in single-chip serial debugger. There are many adjustable baud rate. Send to a row.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-26
    • 文件大小:140698
    • 提供者:liuchao
  1. boundary_generator_using_T1

    0下载:
  2. 51单片机中的波特率发生器51 single-chip baud rate generator in-51 single-chip baud rate generator in
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:23440
    • 提供者:ray
  1. GPSTIME1

    0下载:
  2. GPS时钟系统,用W78E516B单片机,本程序接收GPS的$GPGGA信息中的时间数据,采用12MHZ晶振,4800波特率接收-GPS clock system, with W78E516B microcontroller, the procedures for GPS receivers in the $ GPGGA message data of the time, the 12MHZ crystal, to receive 4800 baud rate
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:1981
    • 提供者:张励志
« 1 2 3 4 5 6 78 9 10 11 12 ... 21 »
搜珍网 www.dssz.com